home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / gdbm171.zoo / README.Atari < prev    next >
Encoding:
Text File  |  1994-02-16  |  1.6 KB  |  37 lines

  1. Here is the latest GNU gdbm database library, version 1.7.1, compiled
  2. with gcc 2.5.8 and the patchlevel 41 MiNTlibs.  This should allow you to
  3. easily use gdbm databases under MiNT.
  4.  
  5. NOTE:  gdbm programs WILL NOT work under TOS, because the library
  6.        needes file locking!  As far as I know, only MiNT provides
  7.        the _FLK cookie, and file locking.  If you make a program
  8.        that uses gdbm, PLEASE mention this in the documentation!
  9.  
  10. I built these using my cross-compiler... they build find on my ST, but it's
  11. quite a bit slower.  This is a really great library... you can drop
  12. items with different length keys, and different length data into the
  13. same database, no problems.  It seems fairly fast, too.  I plan to use
  14. it to store information for an object-oriented role-playing game, so
  15. maybe there'll be a better C++ example to show off gdbm at some point.
  16.  
  17. Here are the files you should have:
  18.  
  19. COPYING      - Information about copying GNU software.
  20. ChangeLog    - Original GNU changelog for the gdbm library.
  21. NEWS         - News about gdbm.
  22. README       - Original GNU README.
  23. README.Atari - This file.
  24. bin/         - The test programs and conv2gdbm; Atari executables.
  25. gdbm.texinfo - TeXinfo documentation for gdbm.
  26. include/     - header files for using gdbm.
  27. info/        - A GNU info page for gdbm (based on gdbm.texinfo).
  28. lib/         - 32-bit, 16-bit, shared and non-shared binary versions of gdbm.
  29. man/         - The man page for gdbm.
  30. samp1.cc     - A C++ programming example of using gdbm (not a very good
  31.                example, IMHO!).
  32.  
  33. -Chris-
  34. cherborth@semprini.waterloo-rdp.on.ca
  35. herborth@53iss6.waterloo.ncr.com
  36.  
  37.